home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00290_Script_290 < prev    next >
Text File  |  1995-05-21  |  337b  |  16 lines

  1. on mouseUp
  2.   global snap1, gTheShot, theMovieName
  3.   --This is the first photo choice in the DarkRoom
  4.   put snap1 into gTheShot
  5.   puppetsprite 48, false
  6.   puppetsprite 3, false
  7.   puppetsprite 5, false
  8.   puppetsprite 6, false
  9.   
  10.   if theMovieName = "P14D12A.mov" then
  11.     GetItOrNotVirgin
  12.   else
  13.     GetItOrNot
  14.   end if
  15. end
  16.